home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-15 | 526 b | 41 lines |
- default: psfonts
-
- all: psfonts lucida mathtime extra
-
- extra: charter nimbus utopia
-
- psfonts:
- echo y > answer
- tex psfonts.ins < answer
- latex psfonts.dtx
- rm answer
-
- lucida:
- tex lucida.ins
- latex lucida.dtx
-
- mathtime:
- tex mathtime.ins
- latex mathtime.dtx
-
- charter:
- tex charter.ins
- latex charter.dtx
-
- nimbus:
- tex nimbus.ins
- latex nimbus.dtx
-
- utopia:
- tex utopia.ins
- latex utopia.dtx
-
- clean:
- -rm *.fd *.sty *.log *.dvi *.idx *.aux *.toc answer *.tmp
-
- install:
- /bin/mv *.sty *.fd /usr/local/lib/texmf/tex/latex2e
-
-
-
-